SYNOPSIS

Static Public Attributes

static const bool IsNormalized = true

The Gaussian kernel is normalized: K(x, x) = 1 for all x.

Detailed Description

template<>class mlpack::kernel::KernelTraits< GaussianKernel >

Kernel traits for the Gaussian kernel.

Definition at line 153 of file gaussian_kernel.hpp.

Member Data Documentation

const bool \fBmlpack::kernel::KernelTraits\fP< \fBGaussianKernel\fP >::IsNormalized = true\fC [static]\fP

The Gaussian kernel is normalized: K(x, x) = 1 for all x.

Definition at line 157 of file gaussian_kernel.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.